home *** CD-ROM | disk | FTP | other *** search
/ Die Speccy' 97 / Die Speccy' 97.iso / amiga_system / the_aminet / comm / tcp / cdmail.lha / cdmail.doc < prev   
Text File  |  1995-10-08  |  3KB  |  56 lines

  1.                             CHKDMAIL V1.2
  2.  
  3. chkdmail uses POP3 to query a pop server and reports how many messages you
  4. have waiting. It then shows the From: and Subject: lines of the messages
  5. 5 at a time starting with the most recent message and working its way back
  6. through the list to the oldest so that you see new mail first.
  7.  
  8. It also allows you to delete selected messages. If you do delete messages,
  9. when the program ends it asks you if you are sure you want the messages
  10. deleted and if you change your mind it will undelete all of them. Note that
  11. individual messages cannot be undeleted with the POP3 protocol and so it is
  12. all or nothing.
  13.  
  14. By default, the chkdmail program obtains your login name from the environment
  15. variable USER which is set by AmiTCP. But if you have set an environment
  16. variable USERNAME, this will override the use of the USER variable. The name
  17. of your POP host machine must be set in the environment variable POPHOST.
  18.  
  19. Currently, chkdmail can only be used from the CLI.
  20.  
  21. There is no timeout mechanism in the program. If it can't connect to the
  22. host the only way to kill it cleanly is to use stopnet to kill AmiTCP
  23. and then use startnet to reconnect to your host.
  24.  
  25. If the program succeeds in connecting to the host it queries the POP server
  26. to find out how many messages you have waiting. If there are none it prints
  27. out a message to this effect and then exits. If you have mail it will open a
  28. 640x200 window and ask you for your password. You must always type this in -
  29. no environment variable shortcuts so that you don't store your password in
  30. the clear on your machine! As you type your password the program reflects
  31. a period for each character you type. You can type the backspace key to
  32. correct an error.
  33.  
  34. The program first reports the total number of messages waiting and then
  35. for each message it shows the message number highlighted in yellow as
  36. well as the From and Subject: line. The messages are displayed in groups of
  37. 5. After the 5th message a line near the bottom of the screen will say
  38. -More- (along with some other options). If there are less than 5 remaining
  39. messages the line will say -END- but the options are the same.
  40.  
  41. You can:
  42.  
  43.    - type a space to see the next block of up to 5 messages.
  44.  
  45.    - type a Control-C (^C) to exit the program.
  46.  
  47.    - type the letter u to undelete all deleted messages.
  48.  
  49.    - type d to delete one or more messages. The program will ask you to
  50.      type a list of message numbers.
  51.  
  52. This program is written in C but was inspired by Matt White's chkmail Arexx
  53. script which is on Aminet. 
  54.  
  55. Pete hardie@duke.usask.ca
  56.